home *** CD-ROM | disk | FTP | other *** search
/ Imaginemos! 2 / Imaginemos2.iso / PC / PAINT2.EXE / PAINTA.DXR / 00094_attic button.ls < prev    next >
Encoding:
Text File  |  1996-07-20  |  279 b   |  14 lines

  1. on mouseDown
  2.   puppetSound("Attic Button")
  3.   updateStage()
  4.   set the castNum of sprite 25 to 95
  5.   updateStage()
  6.   repeat while soundBusy(1)
  7.     nothing()
  8.   end repeat
  9.   set the castNum of sprite 25 to 94
  10.   updateStage()
  11.   savepage()
  12.   changeMovie("Attic.dir", "Please Wait")
  13. end
  14.